docs: fix typos in GtkMenuShell
authorSébastien Wilmet <swilmet@gnome.org>
Tue, 1 Nov 2016 14:51:21 +0000 (15:51 +0100)
committerSébastien Wilmet <swilmet@gnome.org>
Tue, 1 Nov 2016 17:28:09 +0000 (18:28 +0100)
gtk/gtkmenushell.c

index 4430b4bf97da046b85b69eedf8ad8a83f6ab1fce..5ff12d322a2d78e68affe927910af3e4bef5b5db 100644 (file)
@@ -46,7 +46,7 @@
  * clicks on one of its menuitems. When a menu is active,
  * passing the mouse over a submenu will pop it up.
  *
- * There is also is a concept of the current menu and a current
+ * There is also a concept of the current menu and a current
  * menu item. The current menu item is the selected menu item
  * that is furthest down in the hierarchy. (Every active menu shell
  * does not necessarily contain a selected menu item, but if
@@ -249,7 +249,7 @@ gtk_menu_shell_class_init (GtkMenuShellClass *klass)
    * @menushell: the object which received the signal
    * @direction: the direction to move
    *
-   * An keybinding signal which moves the current menu item
+   * A keybinding signal which moves the current menu item
    * in the direction specified by @direction.
    */
   menu_shell_signals[MOVE_CURRENT] =